home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / otherstuff / jst_dev / installwizard / installer-parts / copy-cdrom < prev    next >
Text File  |  1999-04-20  |  275b  |  13 lines

  1.  
  2. (askdisk
  3.     (prompt    ("\n\n\n\n\n\nPlease insert %s CD-ROM in any drive" @app-name))
  4.     (dest        "%disklabel%")
  5.     (help        "Insert the CD in your CD-ROM drive\nor you'll wait for a while!")
  6. )
  7.  
  8. (copyfiles (source "%disklabel%:%srcsubdir%")
  9.            (dest @default-dest)
  10.        (all)
  11. )
  12.  
  13.